treeview: Don't draw a background for the bin window
authorBenjamin Otte <otte@redhat.com>
Wed, 4 Dec 2013 09:37:31 +0000 (10:37 +0100)
committerBenjamin Otte <otte@redhat.com>
Wed, 4 Dec 2013 09:40:03 +0000 (10:40 +0100)
commitf765bb880305aa1ce068794b9cfbbea64d7925db
tree2da5d91b61167a400c20c94c9055338eb637b02a
parenta90ed567edd273bf9e5ddcbed187db3f64cfb1d9
treeview: Don't draw a background for the bin window

The bin window's background would have to be drawn in the bin window's
size and inside the pixel cache draw function to not cause transparency
issues.

But because it's unnecessary as the view window draws the same
background, we just skip it.

https://bugzilla.gnome.org/show_bug.cgi?id=709027
gtk/gtktreeview.c